PDFFlowContentMargins Constructor(double,double,double,double)
In This Topic
Initializes a new
PDFFlowContentMargins object with the distinct values for each margin.
Syntax
public PDFFlowContentMargins(
double ,
double ,
double ,
double
)
|
Parameters
- left
- Left margin.
- right
- Right margin.
- top
- Top margin.
- bottom
- Bottom margin.
See Also